Skip to content

Latest commit

 

History

7 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 

Repository files navigation

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

No description, website, or topics provided.

Resources

Stars

1 star

Watchers

0 watching

Forks

Releases

Packages

Used by

Contributors

Languages