redweb 0.3.0 → 0.3.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +1 -9
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -1,8 +1,3 @@
|
|
|
1
|
-
You're right, let's provide more detailed instructions for setting up an HTTP server, including details about the `publicPaths` property and providing a sample HTML file.
|
|
2
|
-
|
|
3
|
-
### `README.md`
|
|
4
|
-
|
|
5
|
-
```markdown
|
|
6
1
|
# RedWeb
|
|
7
2
|
|
|
8
3
|
RedWeb is a simple and flexible Node.js framework built on top of Express.js and WebSocket. It allows you to quickly set up web servers and WebSocket servers with customizable options.
|
|
@@ -257,7 +252,4 @@ console.log(socketServer.clients); // Map of clients by their IP addresses
|
|
|
257
252
|
|
|
258
253
|
## License
|
|
259
254
|
|
|
260
|
-
MIT License
|
|
261
|
-
```
|
|
262
|
-
|
|
263
|
-
This `README.md` now includes more detailed instructions for setting up an HTTP server, including the creation of a `public` directory and a sample `index.html` file.
|
|
255
|
+
MIT License
|