Skip to content

Commit

Permalink
updated feature list with Mailing and Caching
Browse files Browse the repository at this point in the history
  • Loading branch information
IonelLupu committed Nov 4, 2023
1 parent 5089043 commit 65c90f5
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 4 deletions.
4 changes: 2 additions & 2 deletions docs/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -44,15 +44,15 @@ These are some features _Typetron_ aims to have:
* [X] Frontend helpers (using Forms and Models with Angular, React, Vue, etc)
* [X] Websockets
* [X] Database seeding
* [x] Cache
* [x] Mailing
* [ ] Authorization
* [ ] Sessions
* [ ] Modules
* [ ] Logging
* [ ] Internationalization (i18n)
* [ ] GraphQL
* [ ] Cache
* [ ] Queues
* [ ] Mailing
* [ ] Notifications (email, SMS, Slack, Discord, MS Teams, Google Chat, Twitter, Telegram, etc)
* [ ] A/B testing
* [ ] API versioning
Expand Down
5 changes: 3 additions & 2 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -64,6 +64,7 @@ <h2 class="ondark">Performance</h2>
offers the best performance out of the box compared with other available, taking advantage
of the native speed of Node.js.
</p>
<a href="/benchmark" class="ondark">Read more</a>
</div>
</div>
</div>
Expand All @@ -82,7 +83,7 @@ <h2 class="ondark">Code sharing</h2>
Typetron helps you make the code reusability seamless
between your backend and frontend. For example, you can share
the form validation between your apps.
<a href="/frontend" class="ondark">More info...</a>
<a href="/frontend" class="ondark">Read more...</a>
</p>
</div>
</div>
Expand All @@ -109,7 +110,7 @@ <h2 class="ondark">Feature rich</h2>
Typetron provides all the tools necessary for adding almost every feature need in your
web app. Things like Forms, Models, Authentication, Authorization, ORM and many many more
are already built in the framework.
<a href="/docs" class="ondark">More info...</a>
<a href="/docs" class="ondark">Read more...</a>
</p>
</div>
</div>
Expand Down
4 changes: 4 additions & 0 deletions style/scss/main.scss
Original file line number Diff line number Diff line change
Expand Up @@ -320,3 +320,7 @@ p + .code-toolbar{

}
}

//a{
// color: white;
//}

0 comments on commit 65c90f5

Please sign in to comment.