An open API service indexing awesome lists of open source software.

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)

Awesome Lists containing this project

README

        

udp-chat [![Build Status](https://travis-ci.org/diguinhorocks/udp-chat.png?branch=master)](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