You are not logged in.
Pages: 1
@ab is there any rules to follow before making PRs about pushing some samples dedicated for mormot2?
I finished to write a vanilla js lib which support mormot custom auth scheme that will be available on github and i would like to provide samples projects about it.
I have other projects as well, like client/server websockets, an mvc dashboard, etc. I thought they might be useful to other developers.
Offline
It sounds great!!
Offline
I guess that if you put the samples in the ex/thirdpartydemos folder, in a sub-folder named by the writer, we could integrate them.
A README file would be great too, to explain what each sample is about.
Offline
Perhaps a good way is to put the third-party samples in your own repository and link to it in ex/README.md (many well-known projects do this, calling it a curated list, etc.). In this case, the owner of the third-party repository can change their samples at their own discretion, and the only PR for the mORMot repository is changes to ex/README.md
Offline
@flydev, that sounds very interesting, couldn't wait to see what you has to offer!
I agree with MPV, if you have the plan to continually improve it, you might want to make it a standalone repo on github, so that even the others can make PRs.
Delphi XE4 Pro on Windows 7 64bit.
Lazarus trunk built with fpcupdelux on Windows with cross-compile for Linux 64bit.
Offline
I still haven't made a PR yet, but a public repo is finally live where some "extensions" as i'm calling them will be added. The extensions listed as upcoming will be pushed this week after adding a readme before pushing.
For now, you can find a pure mormot2 MCP implementation that works on windows and linux and can be compiled with Delphi (at least 12.3) and FPC. Just start with the tests then the demos.
@zen010101 I hope you will test this one!
Last edited by flydev (2026-02-08 20:14:56)
Offline
Thanks a lot @flydev! Really appreciate you sharing this mormot2 MCP implementation and the extensions repo — it looks great!
Just to give you a heads-up: I’m currently buried deep in a production project,so I probably won’t have time to test it properly until after the end of March, unless the project wraps up early unexpectedly.
Once I’m free, I’ll definitely give it a spin and provide feedback! ?
Offline
I'm also on a rush, last sprint! let's focus. On end of march you then find an experimentation that give to agents access to the computer resources, like opening softwares, switching between window with keyboard/mouse input. I already made a test where the agent open mspaint and start drawing, it was funny to watch ![]()
I see I didn't put any link to the repo on my last message as I didn't made a link on mormot ex yet. Added winsparkle wrapper, and a TOTP implementation will be added this week, quite useful.
For people interested, repo is there: https://github.com/flydev-fr/mormot2-extensions
Offline
Pages: 1