From 0a645e32163a44282b3fa530aae9d73b53e3c3a6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?William=20R=C3=A5gstad?= <41281398+WilliamRagstad@users.noreply.github.com> Date: Wed, 13 Sep 2023 11:10:27 +0200 Subject: [PATCH] Update README.md --- README.md | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/README.md b/README.md index 9174d72..4fede36 100644 --- a/README.md +++ b/README.md @@ -16,18 +16,18 @@ Below is a high-level overview of the existing (implemented) and planned feature - [X] Lightweight and minimalistic đŸĒļ - [X] Versatile, flexible, and powerful 🤸 - [X] Easy to use and learn 🧠 -- [ ] Built-in services (native modules) - - [ ] Authentication integration - - [ ] Sessions - - [ ] Caching - - [ ] WebSockets -- [ ] Batteries included 🔋 +- [ ] Batteries included (stdlib) 🔋 - [ ] Static file serving - [ ] DDOS protection 🛡ī¸ - [ ] Hot reloading đŸ”Ĩ - - [ ] Integrated testing framework/suite + - [ ] Testing framework/suite - [ ] Package manager (NPM-like, for WebX handlers, modules, and drivers) - - [ ] Database drivers (PostgreSQL, MySQL, SQLite) + - [ ] Built-in modules and services for: + - [ ] Database integration (PostgreSQL, MySQL, and SQLite drivers) + - [ ] Authentication integration + - [ ] Sessions + - [ ] Caching + - [ ] WebSockets - [X] [VSC extension](https://github.com/webx-net/webx-extension) (syntax highlighting, snippets, etc.)