1

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?

nicael
  • 18,550
  • 13
  • 57
  • 90
khajvah
  • 4,889
  • 9
  • 41
  • 63

1 Answers1

0
Community
  • 1
  • 1
Dave Newton
  • 158,873
  • 26
  • 254
  • 302