All Projects → madzadev → chat-rooms

madzadev / chat-rooms

Licence: other
💬 Real time chat app using React, 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-rooms

docker-dashboard-example
Code repository for the Docker Dashboard Auth0 article
Stars: ✭ 32 (+39.13%)
Mutual labels:  socket-io
SocketIOUnity
A Wrapper for socket.io-client-csharp to work with Unity.
Stars: ✭ 69 (+200%)
Mutual labels:  socket-io
les-chat
Real-time messenger with private, public & group chat. Made using PERN + GraphQL stack.
Stars: ✭ 48 (+108.7%)
Mutual labels:  socket-io
express-boilerplate
ExpressJS boilerplate with Socket.IO, Mongoose for scalable projects.
Stars: ✭ 83 (+260.87%)
Mutual labels:  socket-io
django-channels-with-socket.io
django channels with socket.io
Stars: ✭ 23 (+0%)
Mutual labels:  socket-io
ionic-uuchat
基于ionic3,angular4的实时聊天app,兼容web端。该项目只是前端部分,所有数据需要请求后端服务器,需要配套express-uuchat-api使用。
Stars: ✭ 14 (-39.13%)
Mutual labels:  socket-io
socketio-proxy-boilerplate
An example of using http-proxy to proxy WebSocket requests to a separate server
Stars: ✭ 14 (-39.13%)
Mutual labels:  socket-io
bubbly
Full stack chat application created w/ Next.js, Socket.IO, Express, React and TypeScript
Stars: ✭ 24 (+4.35%)
Mutual labels:  socket-io
live-stream-media-source-extensions
Live stream h264 encoded mp4 video on media source extensions using ffmpeg, node.js, socket.io, and express. Works in chrome, firefox, safari, and android. Not iOS compatible. Work has moved to mse-live-player repo =>
Stars: ✭ 24 (+4.35%)
Mutual labels:  socket-io
web09-Duxcord
🦆 오리들은 한다 협업을 꽥!! 🦆
Stars: ✭ 51 (+121.74%)
Mutual labels:  socket-io
ExpressJS-SocketIO-Boilerplate
📦 Simple Express.js & Socket.io Boilerplate
Stars: ✭ 31 (+34.78%)
Mutual labels:  socket-io
FastAPI-Full-Stack-Samples
The API Application Development using Python FastAPI, including interactive API documentation
Stars: ✭ 61 (+165.22%)
Mutual labels:  socket-io
video-chat
Simple Web Application that offer you to create video meeting room using WebRTC and Socket.
Stars: ✭ 32 (+39.13%)
Mutual labels:  socket-io
CONNECT
A Socket.io / React JS real time multiplayer flash card game for learning.
Stars: ✭ 18 (-21.74%)
Mutual labels:  socket-io
io-game
Synchronizing various RPG elements over the network with sockets.
Stars: ✭ 17 (-26.09%)
Mutual labels:  socket-io
blocker
🎮 (WIP - phase 3) Multiplayer online game using Phaser + WebSocket (Socket.IO)
Stars: ✭ 48 (+108.7%)
Mutual labels:  socket-io
Nodhat
Simple Node.js Chat Application
Stars: ✭ 13 (-43.48%)
Mutual labels:  socket-io
Socketify
Raw TCP and UDP Sockets API on Desktop Browsers
Stars: ✭ 67 (+191.3%)
Mutual labels:  socket-io
aircnc
☕ Airbnb like (Air Coffee & Code) to booking spots for developers using ReactJS, React Native, Node.js and more.
Stars: ✭ 37 (+60.87%)
Mutual labels:  socket-io
chat
A simple chat app built with Node/React
Stars: ✭ 24 (+4.35%)
Mutual labels:  socket-io

Chat App

Real time chat app built with React, Express and Socket.io.

Chat

Features

  1. Log-in screen
  2. Online users list
  3. Input field
  4. Message board
  5. Chat bot messages
  6. Connecting via room name

Installation

  1. git clone https://github.com/madzadev/chat.git

  2. cd chat

  3. cd server && npm install and npm run server

  4. cd client && npm install and npm start

Contributions

Any feature requests and pull requests are welcome!

License

The project is under 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].