https://github.com/nikolinmajmari/xapi
Deno Minimal Web Framework
https://github.com/nikolinmajmari/xapi
deno typescript
Last synced: about 2 months ago
JSON representation
Deno Minimal Web Framework
- Host: GitHub
- URL: https://github.com/nikolinmajmari/xapi
- Owner: nikolinmajmari
- License: mit
- Created: 2021-08-19T09:48:06.000Z (almost 5 years ago)
- Default Branch: main
- Last Pushed: 2022-05-08T07:58:18.000Z (about 4 years ago)
- Last Synced: 2026-02-26T18:43:22.166Z (4 months ago)
- Topics: deno, typescript
- Language: TypeScript
- Homepage:
- Size: 200 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# xapi
Minimal web framework on deno
Check the new notes app on apps directory
Or check the repositories below
[Notes app using xapi packages](https://github.com/nikolinmajmari/xapi-notesapp)
[Messaging app using xapi packages and firebase](https://github.com/nikolinmajmari/xapi_example_chat_app)
## Packages
[xapi_app](https://github.com/nikolinmajmari/xapi/tree/main/xapi/app)
[xapi_http](https://github.com/nikolinmajmari/xapi/tree/main/xapi/http)
[xapi_router](https://github.com/nikolinmajmari/xapi/tree/main/xapi/router)
[xapi_session](https://github.com/nikolinmajmari/xapi/tree/main/xapi/security)
[xapi_security](https://github.com/nikolinmajmari/xapi/tree/main/xapi/session)