All Projects → onderonur → bubbly

onderonur / bubbly

Licence: other
Full stack chat application created w/ Next.js, Socket.IO, Express, React and TypeScript

Programming Languages

typescript
32286 projects
javascript
184084 projects - #8 most used programming language

Projects that are alternatives of or similar to bubbly

Node Decorators
node-decorators
Stars: ✭ 230 (+858.33%)
Mutual labels:  socket-io, expressjs, socketio
Nodejs Socketio Chat App
MEAN Stack & Socket.IO Real-time Chat App | A MEAN stack based Real Time chat application
Stars: ✭ 45 (+87.5%)
Mutual labels:  socket-io, expressjs, chat-application
Aaronvandenberg.nl
⚛️ Web Developers portfolio build with Gatsby.js & React.js
Stars: ✭ 98 (+308.33%)
Mutual labels:  socket-io, expressjs, socketio
Darkwire.io
End-to-end encrypted instant web chat
Stars: ✭ 594 (+2375%)
Mutual labels:  chatroom, socket-io, chat-application
Syntaxmeets
Syntaxmeets. Create rooms 🏠 Call your friends 👬🏼 Sip Chai, ☕ Chat, Create, and Code👨‍💻. A coding platform to code simultaneously 🚀 with your friends and design your algorithms on SyntaxPad.💫✨
Stars: ✭ 110 (+358.33%)
Mutual labels:  chatroom, material-ui, socket-io
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 (+70.83%)
Mutual labels:  socket-io, expressjs, chat-application
Websocket Chat
Websocket based group chat app built with socket.io and react.
Stars: ✭ 689 (+2770.83%)
Mutual labels:  styled-components, material-ui, socket-io
node-vue-chat
🚀 🌠 Real Time Chat Application created with MEVN Stack
Stars: ✭ 89 (+270.83%)
Mutual labels:  chatroom, socket-io, chat-application
socialApp-MERN
Social Networking web app similar to Instagram.
Stars: ✭ 35 (+45.83%)
Mutual labels:  socket-io, expressjs
spiced-final-project
Career explorer platform developed in React.js in 6 days.
Stars: ✭ 14 (-41.67%)
Mutual labels:  socket-io, expressjs
titanium-socketio
Use the native Socket.io SDK's with Axway Titanium.
Stars: ✭ 25 (+4.17%)
Mutual labels:  socket-io, socketio
darkwire-client
Encrypted web socket chat - Darkwire.io client
Stars: ✭ 23 (-4.17%)
Mutual labels:  socket-io, chat-application
pdfdraw
Nextcloud app to annotate PDF documents
Stars: ✭ 32 (+33.33%)
Mutual labels:  socket-io, socketio
AmigoChat-Realtime-Chat-Application
AmigoChat is a responsive real-time chat application built on MERN Stack and Socket io.
Stars: ✭ 22 (-8.33%)
Mutual labels:  socket-io, expressjs
socket.io-client-core
High-Performance Socket.IO client in C#
Stars: ✭ 70 (+191.67%)
Mutual labels:  socket-io, socketio
react-chat-client
A simple chat client built in React for communicating with the node-multi-server-chat example
Stars: ✭ 24 (+0%)
Mutual labels:  socket-io, chat-application
GoBarber
💈 Aplicação de agendamento para serviços de beleza, entre provedores e clientes.
Stars: ✭ 84 (+250%)
Mutual labels:  styled-components, expressjs
Frontend
마음을 잇는 현명한 소비 '잇다'🤝
Stars: ✭ 19 (-20.83%)
Mutual labels:  styled-components, material-ui
order-service
一个基于vuejs,reactjs,nodejs,socket.io的服务系统
Stars: ✭ 22 (-8.33%)
Mutual labels:  socket-io, expressjs
gobang
五子棋小游戏canvas socket.io
Stars: ✭ 38 (+58.33%)
Mutual labels:  socket-io, socketio

Bubbly

Full Stack chat application created w/ Next.js, Socket.IO, Express, React and TypeScript.
Live demo deployed on Heroku is here.

Bubbly Logo

Features

🗨 Creating chat rooms for real-time chat
Joining conversations by using themed rooms
🆔 JWT based anonymous authentication
Users can set their username and conversation bubble color
🖼 Sending images/gifs
😎 Emoji picker
"User is typing" notifications
Dark theme
✉️ Automatically linkifying urls, emails etc
🔗 Invite/share buttons
🔉 Sound notification when the window is not focused
"Back to bottom" button to scroll down automatically

Stack

Development

To run it in development mode:

npm install

npm run dev:custom

Production

To create a production build ready to deploy, you need to set a JWT_SECRET_KEY in .env file first.

After that, run:

npm run build

npm start

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].