You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
docs: update LiteNode documentation for version 3.4.0
- Enhance description of integrated body parser to include multipart/form-data
- Improve static asset loader description
- Adjust key features and strengths sections for clarity and accuracy
- Minor text and formatting improvements
Copy file name to clipboardExpand all lines: README.md
+3-3Lines changed: 3 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -46,8 +46,8 @@ app.startServer()
46
46
47
47
-**Efficient Routing**: LiteNode provides a [flexible routing system](https://litenode.pages.dev/docs/routing/) allowing you to define routes with various HTTP methods.
48
48
-**Middleware Support**: Easily integrate [middleware functions](https://litenode.pages.dev/docs/middleware/) into your application to handle common tasks such as logging, authentication, etc.
49
-
-**Integrated Body Parser**: Simplify handling of POST requests with [LiteNode's integrated body parser](https://litenode.pages.dev/docs/body-parsing/), supporting both `application/json` and `application/x-www-form-urlencoded` content types.
-**Integrated Body Parser**: Simplify handling of POST requests with [LiteNode's integrated body parser](https://litenode.pages.dev/docs/body-parsing/), supporting `application/json`, `application/x-www-form-urlencoded`, and `multipart/form-data` content types.
50
+
-**Static Asset Loader**: Serve static files effortlessly with [LiteNode's built-in static asset loader](https://litenode.pages.dev/docs/serving-static-files/), without server restart.
51
51
-**Error Handling**: Customize [error handling](https://litenode.pages.dev/docs/error-handling/) with ease, ensuring robustness and reliability in your application.
52
52
-**Templating**: LiteNode includes an [integrated template engine](https://litenode.pages.dev/docs/rendering-templates/) for rendering HTML files with [conditional logic, looping through arrays, and negating conditions](https://litenode.pages.dev/docs/ste-helpers/).
53
53
-**Markdown**: With [LiteNode's support for Markdown](https://litenode.pages.dev/docs/markdown/), you can easily create content-driven applications with rich text formatting.
@@ -56,7 +56,7 @@ app.startServer()
56
56
57
57
-**Lightweight and Fast**: LiteNode is designed to be lightweight, ensuring quick response times and efficient handling of requests.
58
58
-**Modular Design**: The framework's modularity allows for easy customization and extension, enabling developers to add or modify functionalities as needed.
59
-
-**Modern JavaScript Support**: LiteNode leverages ES6 features, making the codebase clean and modern while maintaining compatibility with CommonJS.
59
+
-**Modern JavaScript Support**: LiteNode leverages ES6 features, making the codebase clean and modern.
60
60
-**Comprehensive Built-in Features**: The framework includes essential web server features out of the box, reducing the need for additional dependencies and simplifying development.
0 commit comments