Skip to content

honeyspoon/vanilla-python-server

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Vanilla python webserver

Curent functionnalities

  • listen to requests on a specified port

Desired functionnalities

  • implement TCP handshake
  • reject non http request

How to run

HTTP server

Chat server

related blog post

  1. make sure you use a python 3 env
  2. run python chat.py
  3. open another terminal for each desired client
  4. run nc localhost 5000 on each client
  5. type random messages
  6. messages should be relayed to other clients

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages