All Projects → ummahusla → chat-server

ummahusla / chat-server

Licence: MIT License
💬 [WIP] Simple Chat Server built with React, Node, Express and Socket.io

Programming Languages

javascript
184084 projects - #8 most used programming language
CSS
56736 projects
HTML
75241 projects

Projects that are alternatives of or similar to chat-server

chattt-backend
🖥 Backend for chattt
Stars: ✭ 17 (-5.56%)
Mutual labels:  socket
UnityWebSocket
🐳 The Best Unity WebSocket Plugin for All Platforms.
Stars: ✭ 321 (+1683.33%)
Mutual labels:  socket
Symbol
Symbol .net library
Stars: ✭ 14 (-22.22%)
Mutual labels:  socket
game net
Unity游戏和C++服务器 socket通信demo, 数据格式采用google protobuf
Stars: ✭ 53 (+194.44%)
Mutual labels:  socket
30dayMakeCppServer
30天自制C++服务器,包含教程和源代码
Stars: ✭ 432 (+2300%)
Mutual labels:  socket
laravel-redis-chat
Real Time Chat with Laravel, Node.js, Redis and Socket.io
Stars: ✭ 84 (+366.67%)
Mutual labels:  socket
quick-net
This is a top level socket library, making servers and clients EASY!
Stars: ✭ 15 (-16.67%)
Mutual labels:  socket
realgpserver
程序采用Python语言进行编写开发,用来接收GPS原始数据,并进行解析入库Mysql。主要用到SocketServer,log,command,dbhandler,config几个模块。
Stars: ✭ 13 (-27.78%)
Mutual labels:  socket
Vutils
Vutils or Vic Utilities is an utility library written in Modern C++ and for Modern C++. It helps your programming go easier, faster, and simpler.
Stars: ✭ 16 (-11.11%)
Mutual labels:  socket
SockNet
The easiest and fastest way to work with sockets in C#
Stars: ✭ 42 (+133.33%)
Mutual labels:  socket
Stone
A Swift framework for connecting to Phoenix Channels in your iOS app (with Presence support).
Stars: ✭ 18 (+0%)
Mutual labels:  socket
Tiginx
Tiginx is a Shanzhai Nginx project , please buyao use it xian , if meet problem , I no fuze ...
Stars: ✭ 29 (+61.11%)
Mutual labels:  socket
docker-testssl
http://testssl.sh/ in a tiny docker container
Stars: ✭ 19 (+5.56%)
Mutual labels:  socket
video-group-meeting
WebRTC video chat for multi users using React and Node Express.
Stars: ✭ 40 (+122.22%)
Mutual labels:  socket
ddos
Simple dos attack utility
Stars: ✭ 36 (+100%)
Mutual labels:  socket
Picamera
基于树莓派的图传监控系统
Stars: ✭ 22 (+22.22%)
Mutual labels:  socket
BaseIotUtils
🔥🔥串口工具,屏幕适配,通知工具类,多文件断点下载,xls,xlsx操作,文件处理,crash控制,音视频播放,usb设备检测,adb工具等...
Stars: ✭ 44 (+144.44%)
Mutual labels:  socket
fire-im
分布式IM服务,参考https://github.com/crossoverJie/cim 实现
Stars: ✭ 17 (-5.56%)
Mutual labels:  socket
memsocket
An asynchronous in-memory socket-like interface for Rust
Stars: ✭ 34 (+88.89%)
Mutual labels:  socket
KTV
KTV系统,C#前后台,Android客户端。播放器使用迅雷开源APlayer播放引擎。
Stars: ✭ 33 (+83.33%)
Mutual labels:  socket

Chat Server

Note: Front-end is built with React, but is in a very bad state, and should be not used in production for many reasons. PRs are welcome.

Chat Server is built with React, Node, Express and Socket.io. Demo is available here.

Installation and Usage

  1. git clone https://github.com/ummahusla/Chat-Server.git your-folder
  2. cd your-folder
  3. npm install
  4. cd public/js/
  5. vi script.js
  6. Replace var socket = io.connect('https://chat-server-heroku.herokuapp.com/'); with var socket = io.connect('http://localhost:1337/');
  7. npm start or node app.js or nodemon

P.S. In order to run a node on a different port, use PORT=8080 node app.js.

Contributing

  1. Fork it!
  2. Create your feature branch: git checkout -b my-new-feature
  3. Commit your changes: git commit -am 'Add some feature'
  4. Push to the branch: git push origin my-new-feature
  5. Submit a pull request :D

Credits

License

MIT license

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].