jacky-ttt / BareboneSocketIO

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

BareboneSocketIO

a repository includes

  • android app as socketIO client
  • nodejs socketIO server which hosts a website as client
  • python socketIO server which hosts a website as client

I wrote a medium article about it.

To start nodejs server

npm install
npm start

To start python server

pip install -r requirements.txt
python app.py

*I use PyCharm to open the python project

In android

change SERVER_URL = "http://192.168.11.100:3000" to the ip you server computer is

About


Languages

Language:Java 57.6%Language:HTML 26.5%Language:JavaScript 7.7%Language:Python 6.7%Language:CSS 1.4%