https://github.com/diguinhorocks/udp-chat
chat written on udp protocol (node.js) disguised as tcp (http)
https://github.com/diguinhorocks/udp-chat
Last synced: about 2 months ago
JSON representation
chat written on udp protocol (node.js) disguised as tcp (http)
- Host: GitHub
- URL: https://github.com/diguinhorocks/udp-chat
- Owner: diguinhorocks
- Created: 2013-03-23T03:28:13.000Z (about 12 years ago)
- Default Branch: master
- Last Pushed: 2013-10-08T13:15:35.000Z (over 11 years ago)
- Last Synced: 2025-02-09T20:46:57.579Z (3 months ago)
- Language: JavaScript
- Homepage:
- Size: 7.69 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
udp-chat [](https://travis-ci.org/diguinhorocks/udp-chat)
========chat written on udp protocol (node.js) disguised as tcp (http)
installation
===assuming you have nodejs installed on your machine, in your terminal just type the following
```bash
npm install
```and then
```bash
npm start
```to-do
===
- more testing