Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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