https://github.com/redsolver/socky
https://github.com/redsolver/socky
Last synced: about 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/redsolver/socky
- Owner: redsolver
- License: mit
- Created: 2020-08-31T19:44:48.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2020-08-31T19:45:00.000Z (over 4 years ago)
- Last Synced: 2025-01-26T11:11:12.400Z (3 months ago)
- Language: Dart
- Size: 26.4 KB
- Stars: 3
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Socky
Full-Stack Framework for Flutter and Dart. Write code instead of HTTP endpoints.
## Get started
1. Make sure you have Flutter and Dart installed
2. Run `pub global activate socky_cli`
3. Run `socky init my_project` in a folder of your choice
4. Change your working directory (`cd my_project`)
5. Run `socky watch`
6. Wait until `server` and `shared` are built.
7. Open a new terminal window
8. Run `socky dev` in your project's directory
9. Run the flutter app located in the `app` subfolder## TODO
- Allow API versioning
Example:
TodosSocket = /api/v1.2.3/todos
domain.tld/socky/v1.2.3
- Use GET method when method name starts with "get"