Crowdhailer
Creator of Raxx
Tokumei helps with building cloud native web applications. Some of the features that help to make it cloud ready.
- Containerised by default, making it easy to deploy to a variety of cloud platforms.
- Sets up HTTP/2 over TLS by default to be performant and secure
- Document Driven, why use a routing DSL and write documentation when the documentation format can be a DSL
- Multi-node, by using docker-compose testing running multiple containers is easy. Should result in less surprises when scaling up in production
- Environment based configuration, make configuration set up as close as possible to the methods used in production
This video is a demonstration of what will be possible with Tokumei. It is ready to experiment with but still beta.
If you have any questions please do ask. There is a channel on the elixir-lang slack for all things Raxx related.
Trending in Screencasts
Several weeks ago I was nerd snipped by browsers support for View Transitions API and took to myself to see how that goes in LiveView. Af...
New
Sooner or later you’ll need to run a one-off or recurring task on a deployed app, and if you deploy with releases the usual answer, a Mix...
New
Other Trending Topics
I am happy to introduce the very α version of the new programming language compiled to BEAM.
Welcome Cure.
It has literally three kille...
New
Hobbes is a low-level distributed database for the Elixir programming language.
Hobbes provides a simple, safe, and scalable storage lay...
New
Beam Bots (or just BB for short) is a framework for building fault-tolerant robotics applications in Elixir using familiar OTP patterns. ...
New
ExRatatui lets you cook up rich terminal UIs in Elixir, powered by Rust’s ratatui via Rustler NIFs. Build interactive terminal applicatio...
New
Hello everyone. After busy few months I am happy to announce v0.1.0 of Emerge & Solve.
They are GUI (Emerge) and State management (S...
New
Corex is an accessible, unstyled UI component library for Phoenix that integrates Zag.js state machines using Vanilla JavaScript and Live...
New
Categories:
Sub Categories:
Forums
Popular Tags
- #ecto
- #liveview
- #troubleshooting
- #learning-elixir
- #deployment
- #library
- #erlang
- #testing
- #genserver
- #mix
- #absinthe
- #remote-other
- #otp
- #plug
- #how-to-question
- #macros
- #postgres
- #elixirconf
- #channels
- #exunit
- #discussion
- #code-sync
- #javascript
- #podcasts
- #onsite
- #dialyzer
- #docker
- #authentication
- #umbrella
- #full-time-contract
- #podcasts-by-brainlid
- #ecto-query
- #blog-post
- #elixir-ls
- #elixirconf-us
- #ai
- #phoenix_html
- #iex
- #graphql
- #genstage
- #websockets
- #supervisor
- #advent-of-code
- #distillery
- #processes
- #api
- #forms
- #hex
- #security
- #metaprogramming










Showing Posts 1 to 6- Show Best Posts
- Show All (oldest first)
- Show All (newest first)
Maikon
I enjoyed it as a good intro
I think it would be good if you do a few where you explore different parts of the framework in a bit more detail.
I like the defaults (https, http2). Out of curiosity, what’s causing the livereload bug with the documentation?
Crowdhailer
I use the ExSync to recompile modules when the files change. Unfortunately I don’t know if it works with
@external_resourcein modules. There is this open issue, hopefully it can get resolved soon or maybe there are other synchronisation libraries I should look at.samphilipd
I just upgraded to Ace 0.14 but it’s not worked with the Tokumei DSL, how can I use the Tokumei router with the newest version of Ace?
Crowdhailer
You can use the router based on api blueprint, as covered in the video. Because
Raxx.Serverhas multiple callbacks to implement the simple router does not work. I hope to add other router schemes beyond the api blueprint based version in the next few releasesCrowdhailer
The latest version of ExSync now has configuration to add extra dirs and path extensions to watch.
https://github.com/falood/exsync#config
So the livereloading of documentation is now possible.
Crowdhailer
Tokumei project renamed to Raxx.Kit
This project has evolved. Raxx.Kit now exists to contain project generators to get started with Raxx.
The Framework part of the project has been broken into composable middleware such as Raxx.ApiBlueprint