Question

I have just come across an application called brackets, which is written in javascript/html/css and it runs in something called "brackets-shell", bracket-shell is based on something called "CEF3". I took a look at its source code. It is mainly c++ but had a file with .mm extension.

My questions are:

What are CEF3 and .mm file extension?

What is brackets-shell written in (what compiler will compile it)?

Is it some kind of "browser", so it just opens html/css/javascript?

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top