Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/casperiv0/network-share
Share files in realtime within the same network. Built with socket.io, express and Next.js
https://github.com/casperiv0/network-share
network share
Last synced: 13 days ago
JSON representation
Share files in realtime within the same network. Built with socket.io, express and Next.js
- Host: GitHub
- URL: https://github.com/casperiv0/network-share
- Owner: casperiv0
- License: mit
- Created: 2021-09-01T04:58:58.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2022-12-01T15:10:30.000Z (almost 2 years ago)
- Last Synced: 2024-10-12T09:30:47.072Z (about 1 month ago)
- Topics: network, share
- Language: TypeScript
- Homepage: https://network-share.up.railway.app/
- Size: 2.95 MB
- Stars: 4
- Watchers: 2
- Forks: 0
- Open Issues: 5
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Network Share
Share files in realtime within the same network.
## Installation
[Check the install docs here](./docs/README.md)
## Disclaimer
I know there's a ton of other repositories out there that do the same!
I wanted to learn more so decided to make my own!## Demo
[View a preview video here](https://youtu.be/hIOLE4cHqNE)
## What I learnd
- Better usage of TailwindCSS
- Better understanding of socket.io
- Somewhat better understanding of Buffers