All Projects → binbytes → chat-app-server

binbytes / chat-app-server

Licence: other
Back-end server for chat application built using express, moongodb & socket.io for Frontend (https://github.com/binbytes/nuxt-chat-app).

Programming Languages

javascript
184084 projects - #8 most used programming language

Projects that are alternatives of or similar to chat-app-server

Phantom
A mimic website of Pinterest where one can share ideas , socialize and find inspirational ideas
Stars: ✭ 18 (-40%)
Mutual labels:  mongoose, socket-io
aircnc
☕ Airbnb like (Air Coffee & Code) to booking spots for developers using ReactJS, React Native, Node.js and more.
Stars: ✭ 37 (+23.33%)
Mutual labels:  mongoose, socket-io
AmigoChat-Realtime-Chat-Application
AmigoChat is a responsive real-time chat application built on MERN Stack and Socket io.
Stars: ✭ 22 (-26.67%)
Mutual labels:  mongoose, socket-io
angular-chat
Angular v.9, Node.js, Nest.js v.6, Mongoose, Socket.io, Passport, Angular Universal SSR (in progress...)
Stars: ✭ 35 (+16.67%)
Mutual labels:  mongoose, socket-io
Pepaverse
Pepaverse is an open source social network build with nodejs, mongoDB, passportjs and socket.io
Stars: ✭ 16 (-46.67%)
Mutual labels:  mongoose, socket-io
express-boilerplate
ExpressJS boilerplate with Socket.IO, Mongoose for scalable projects.
Stars: ✭ 83 (+176.67%)
Mutual labels:  mongoose, socket-io
node-server-template
This is Node.js server tidy template / boilerplate with Express (with asyncified handlers, custom error handler) framework and MongoDb. The server use ES6 and above. On different branches you can see different techniques' and technologies' usage, such as Kafka, nodemailer, file download... You also can find postman collections.
Stars: ✭ 116 (+286.67%)
Mutual labels:  mongoose, socket-io
opentelemetry-ext-js
js extensions for the open-telemetry project
Stars: ✭ 122 (+306.67%)
Mutual labels:  mongoose, socket-io
React-Native-Chat-App
A simple chatting app built with React Native, Socket.io, ExpressJS and MongoDB. The server app provides APIs for authentication, message sending and receiving. In the client app React-Native-Gifted-Chat is used for the chat interface.
Stars: ✭ 22 (-26.67%)
Mutual labels:  mongoose, socket-io
boss
React+express+sock.io+mongodb build a boss
Stars: ✭ 25 (-16.67%)
Mutual labels:  mongoose, socket-io
Vuesocial
something like QQ、weibo、weChat(vue+express+socket.io仿微博、微信的聊天社交平台)
Stars: ✭ 189 (+530%)
Mutual labels:  mongoose, socket-io
chat-app
An Express React Redux Socket.IO Chat App that uses MongoDB with Mongoose driver as database and Passport for user authentication.
Stars: ✭ 24 (-20%)
Mutual labels:  mongoose, socket-io
how-to-build-your-own-uber-for-x-app
Code for my blog post on How to Build Your Own Uber-for-X App
Stars: ✭ 138 (+360%)
Mutual labels:  mongoose, socket-io
TvrboReact
Dream starter project: React, Redux, React Router, Webpack
Stars: ✭ 13 (-56.67%)
Mutual labels:  mongoose
story-point
👕 Story pointing (or T-shirt sizing) app built with Svelte
Stars: ✭ 20 (-33.33%)
Mutual labels:  socket-io
mongoose-slug-updater
Schema-based slug plugin for Mongoose - single/compound - unique over collection/group - nested docs/arrays - relative/abs paths - sync on change: create/save/update/updateOne/updateMany/findOneAndUpdate tracked - $set operator - counter/shortId
Stars: ✭ 37 (+23.33%)
Mutual labels:  mongoose
ChatDemo
A demonstration of private communication on a public channel.
Stars: ✭ 29 (-3.33%)
Mutual labels:  socket-io
mongoose-plugin-cache
The Perfect Marriage of MongoDB and Redis
Stars: ✭ 42 (+40%)
Mutual labels:  mongoose
react-app-simple-chat-app
A Simple Chat Application using MERN stack (MongoDB, Express JS, React JS, Node JS) and Socket.io for real time chatting
Stars: ✭ 41 (+36.67%)
Mutual labels:  socket-io
koa-session-mongoose
Mongoose store for Koa sessions
Stars: ✭ 29 (-3.33%)
Mutual labels:  mongoose

chat-app-server

An back-end server for chat application built using express, moongodb & socket.io for Frontend Reposiroty.

Install and Running

git clone https://github.com/binbytes/chat-app-server.git

  1. cd chat-app-server
  2. cp .env.example .env (setup the environment variables, dont forget set SECRET_KEY)
  3. npm install (yarn)
  4. npm run dev (For development)
  5. npm run build (Build for production)
  6. npm run start (Run/Start server for Production)
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].