Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/hoshiyamaseizen/nextjs-messenger
Messenger created with NextJS
https://github.com/hoshiyamaseizen/nextjs-messenger
css-modules html javascript js jwt messenger nextjs react sass sass-modules socket socket-io ssr web
Last synced: 18 days ago
JSON representation
Messenger created with NextJS
- Host: GitHub
- URL: https://github.com/hoshiyamaseizen/nextjs-messenger
- Owner: HoshiyamaSeizen
- License: gpl-3.0
- Created: 2022-08-09T15:12:48.000Z (over 2 years ago)
- Default Branch: master
- Last Pushed: 2023-03-16T09:52:20.000Z (almost 2 years ago)
- Last Synced: 2024-11-10T23:34:51.367Z (3 months ago)
- Topics: css-modules, html, javascript, js, jwt, messenger, nextjs, react, sass, sass-modules, socket, socket-io, ssr, web
- Language: JavaScript
- Homepage:
- Size: 2.83 MB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# NextJS Messenger
## Deployment
~~The application deployed at Heroku~~:
~~~~
Heroku does not provide free dynos anymore, so the applicatoin is down
## About
This is a messenger created with NextJS framework. The functionality is not very extensive:
- Basic user authorization and authentication
- Ability to chat with people personally or in groups
- Ability to edit user info
- Ability to search chats or add them with idWhile delevoping the emphasis was made on perfomance and SEO. The content is displayed with hybrid static, server & client rendering.
## Used Technologies
- NodeJS
- NextJS (React)
- MongoDB (and mongoose as ODM)
- SocketIO
- Sass (in CSS Modules style)
- JSON Web Tokens with cookies