Skip to content

Commit 3129011

Browse files
authored
Update README.md
1 parent 1747c65 commit 3129011

File tree

1 file changed

+1
-28
lines changed

1 file changed

+1
-28
lines changed

README.md

Lines changed: 1 addition & 28 deletions
Original file line numberDiff line numberDiff line change
@@ -9,41 +9,14 @@ Create a new bash stack app:
99
curl -SsL create.bashsta.cc | bash
1010
```
1111

12-
# What?
13-
14-
- it's sort of like [next.js](https://nextjs.org/), except bash (maybe we should call it prev.sh?)
15-
1612
# How?
1713

18-
well, there are a few dependencies:
19-
- bash 4.0+
20-
- [tcpserver](http://cr.yp.to/ucspi-tcp/tcpserver.html) (from ucspi-tcp package)
21-
- coreutils (tested mostly with gnu so far)
22-
23-
check out the examples folder for.. examples
14+
check out [the developer docs](https://bashsta.cc) for more information!
2415

2516
# ...Why?
2617

2718
not sure
2819

29-
# Roadmap
30-
31-
- [x] file-based routing
32-
- [x] SSE with pubsub
33-
- [x] form data parsing
34-
- [x] cookie parsing
35-
- [x] url search param parsing
36-
- [x] multipart file uploads
37-
- [x] example apps
38-
- [x] docs
39-
- [ ] good docs
40-
- [ ] database abstraction
41-
- [x] tailwind
42-
- [x] live reloading
43-
- [x] URL variable parsing
44-
- [x] higher level SSE abstraction
45-
- [x] bootstrap script
46-
4720
## Disclaimer
4821

4922
This project is intended for educational / entertainment purposes only. In its current implementation, it is riddled with security issues, and it would probably be extremely irresponsible to use this for any sort of production grade web service.

0 commit comments

Comments
 (0)